Skip to content

[pull] develop from baserow:develop#341

Merged
pull[bot] merged 2 commits into
code:developfrom
baserow:develop
Jun 30, 2026
Merged

[pull] develop from baserow:develop#341
pull[bot] merged 2 commits into
code:developfrom
baserow:develop

Conversation

@pull

@pull pull Bot commented Jun 30, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

picklepete and others added 2 commits June 30, 2026 10:13
…60s limit (#5614)

* fix(backend): set hard time_limit on tasks that inherit the default 360s limit

schedule_update_search_data, schedule_ai_field_generation and run_async_job
declared no hard time_limit, so they inherited the global 360s default and were
killed mid-run on large workloads. Give each an explicit hard limit sized to its
real work, with the soft limit firing first.

Fixes BASEROW-SAAS-BACKEND-3Z

* Address PR review feedback (#5614)

- Clamp soft_time_limit to max(1, hard - 30) on the search and AI-field
  scheduling tasks so a misconfigured hard limit <= 30s can't break task
  registration at worker startup
- Remove the now-redundant inline comments explaining the explicit limits
@pull pull Bot locked and limited conversation to collaborators Jun 30, 2026
@pull pull Bot added the ⤵️ pull label Jun 30, 2026
@pull pull Bot merged commit 60e5b7c into code:develop Jun 30, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants